home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 34 / PC Gamer IT CD 34 2-2.iso / drivers / videodrv / cyrrus / CL5446 / WINNT.DRV / CIRRUS.INF next >
Windows Setup INFormation  |  1996-10-28  |  3KB  |  120 lines

  1. ;
  2. ; Cirrus.inf
  3. ;
  4. ; Installation inf for the Cirrus Logic series of graphics adapters.
  5. ;
  6.  
  7. [Version]
  8. Signature="$CHICAGO$"
  9. Provider=%cirrus%
  10. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  11. Class=Display
  12.  
  13. [DestinationDirs]
  14. DefaultDestDir       = 11
  15. cirrus.Miniport      = 12       ; drivers
  16. cirrus.Display       = 11       ; system32
  17.  
  18. ;
  19. ; Driver information.
  20. ;
  21.  
  22. [Manufacturer]
  23. %cirrus%      = cirrus.Mfg
  24.  
  25. [cirrus.Mfg]
  26. %Cirrus% CL-GD54xx %Adapter% = cirrus
  27.  
  28. ;
  29. ; General installation section.
  30. ;
  31.  
  32. [cirrus]
  33. CopyFiles=cirrus.Miniport, cirrus.Display
  34.  
  35. ;
  36. ; File sections.
  37. ;
  38.  
  39. [cirrus.Miniport]
  40. cl54xx.sys
  41.  
  42. [cirrus.Display]
  43. cl54xx.dll
  44. timings.dat
  45. monisel.dll
  46. monisel.hlp
  47. monisel.txt
  48.  
  49. ;
  50. ; Service Installation.
  51. ;
  52.  
  53. [cirrus.Services]
  54. AddService = cirrus, 0x00000002, cirrus_Service_Inst, cirrus_EventLog_Inst
  55.  
  56. [cirrus_Service_Inst]
  57. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  58. StartType      = 1                  ; SERVICE_SYSTEM_START
  59. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  60. LoadOrderGroup = Video
  61. ServiceBinary  = %12%\cl54xx.sys
  62.  
  63. [cirrus_EventLog_Inst]
  64. AddReg = cirrus_EventLog_AddReg
  65.  
  66. [cirrus_EventLog_AddReg]
  67. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\cl54xx.sys"
  68. HKR,,TypesSupported,0x00010001,7
  69.  
  70. ;
  71. ; Software Installation.
  72. ;
  73.  
  74. [cirrus.SoftwareSettings]
  75. AddReg = cirrus_SoftwareDeviceSettings
  76.  
  77. [cirrus_SoftwareDeviceSettings]
  78. HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, cl54xx
  79. HKR,, VgaCompatible,           %REG_DWORD%, 1
  80. HKCR,"CLSID\{0C5956C0-0B38-11d0-9803-080009BBCEE1}\InProcServer32",,,"Monisel.dll"
  81. HKCR,"CLSID\{0C5956C0-0B38-11d0-9803-080009BBCEE1}\InProcServer32",ThreadingModel,,"Apartment"
  82. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers\Monitor Selection CPL Extension",,,"{0C5956C0-0B38-11d0-9803-080009BBCEE1}"
  83.  
  84.  
  85. ;
  86. ; Source file information.
  87. ;
  88.  
  89. [SourceDisksNames.x86]
  90. 1 = %DiskId%,,,""
  91.  
  92. [SourceDisksFiles]
  93. cl54xx.dll = 1
  94. cl54xx.sys = 1
  95. timings.dat = 1
  96. monisel.dll = 1
  97. monisel.hlp = 1
  98. monisel.txt = 1
  99.  
  100. [Strings]
  101.  
  102. ;
  103. ; Non-Localizable Strings.
  104. ;
  105.  
  106. REG_SZ          = 0x00000000
  107. REG_MULTI_SZ    = 0x00010000
  108. REG_EXPAND_SZ   = 0x00020000
  109. REG_BINARY      = 0x00000001
  110. REG_DWORD       = 0x00010001
  111. SERVICEROOT     = System\CurrentControlSet\Services
  112.  
  113. ;
  114. ; Localizable Strings.
  115. ;
  116.  
  117. cirrus          = "Cirrus Logic"
  118. DiskId          = "Cirrus Logic Installation Disk (VIDEO)"
  119. Adapter         = "Graphics Adapter"
  120.